const crypto/internal/fips140/nistec/fiat.p224ElementLen
6 uses
crypto/internal/fips140/nistec/fiat (current package)
p224.go#L23: const p224ElementLen = 28
p224.go#L42: zero := make([]byte, p224ElementLen)
p224.go#L57: var out [p224ElementLen]byte
p224.go#L61: func (e *P224Element) bytes(out *[p224ElementLen]byte) []byte {
p224.go#L73: if len(v) != p224ElementLen {
p224.go#L90: var in [p224ElementLen]byte
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)